dfm-rivt-internal-api-poe

(0 reviews)

Request Attributes

Y – Required (Must be set in the input)
O – Optional (May be sent in addition to required fields).


/getRanStncr


Request Parameters

Method: POST

Query params:

Query AttributeTypeRequiredExampleDescription
pagepositiveNumberNMin 1Page number for the search criteria, This attribute enables the pagination. Helps to fetch the records starting with specific Index value
limitpositiveNumberNMax 500Page limit for the search criteria, Controls the number of records to be retrieved per page. Max allowed value is 500 per request

Request Body :

ObjectAttributeTypeRequiredExampleDescription
sourceProfileIdNumberN"sourceProfileId": 2Unique distributor source profile id generated at WIPS
resellerAccountNumberStringN"resellerAccountNumber": "89421"resellerAccountNumber
distiTheaterStringN"distiTheater": "USA"distiTheater
soldToNameStringN"soldToName": "TEST"soldToName
partnerBeGeoIdNumberN"partnerBeGeoId": 1234partnerBeGeoId
partnerSiteIdNumberN"partnerSiteId": 123partnerSiteId

/getRanStn


Request Parameters

Method: POST

Content-Type: application/json

Query params:

Query AttributeTypeRequiredExampleDescription
pagepositiveNumberNMin 1Page number for the search criteria, This attribute enables the pagination. Helps to fetch the records starting with specific Index value
limitpositiveNumberNMax 500Page limit for the search criteria, Controls the number of records to be retrieved per page. Max allowed value is 500 per request

Request Body :

ObjectAttributeTypeRequiredExampleDescription
sourceProfileIdNumberN"sourceProfileId": 2Unique distributor source profile id generated at WIPS
resellerAccountNumberStringN"resellerAccountNumber": "89421"resellerAccountNumber
distiTheaterStringN"distiTheater": "USA"distiTheater
soldToNameStringN"soldToName": "TEST"soldToName
partnerBeGeoIdNumberN"partnerBeGeoId": 1234partnerBeGeoId

/validateReseller


Request Parameters

Method: POST

Content-Type: application/json

Request Body :

ObjectAttributeTypeRequiredExampleDescription
serviceStringY"service":"validateReseller"service
entityresellerAccNoStringY"resellerAccNo": "89421"resellerAccNo
entitycustomerNumberStringY"customerNumber": "123445"ERP Account Number

Reviews